home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / mus / midi / JVutils.lha / Readme.txt < prev   
Encoding:
Text File  |  1995-02-20  |  2.1 KB  |  74 lines

  1. JV utilities: GetPatch & GetPerformance
  2.  
  3. Author: Boudewijn Pelt (C) 19-2-1995
  4.  
  5. These  little  utilities  fetch  the  current patch/performance from a
  6. Roland  JV80 synth. It probably works on other JV80 compatible synths,
  7. let  me  know  if  you  tried  it.  The patch/performance is stored as
  8. "name.SYX"  in  the  current  directory, where name is the name of the
  9. patch/performance (spaces in the name are removed).
  10.  
  11. OPERATING INSTRUCTIONS
  12. ======================
  13. - Connect the JV to the Amiga with a midi interface.
  14. - Look up the SYS-EX MIDI menu on the JV en set Receive to ON and
  15.   Unit-No to 17.
  16. - Set the current directory to where you want the patch stored.
  17.  
  18. - Start GetPatch! type: getpatch <return>
  19.  
  20. or ...
  21.  
  22. - Start GetPerformance! type: getperformance <return>
  23.  
  24. If  everything  works  OK,  you  will  get  no  message.  The patch or
  25. performance will be stored on disk.
  26.  
  27. SENDING BACK TO JV
  28. ==================
  29. It  is  not  neccesary  to  adjust the serial preferences, GetPatch
  30. temporarily  changes  them  to midi values. For sending the patches or
  31. performance  back  to  the  JV  however, you do have to set the serial
  32. parameters to midi values:
  33.  
  34. Baudrate    = 31,250
  35. Handshaking = none
  36. Parity      = none
  37. Bits/char   = 8
  38. Stopbits    = 1
  39.  
  40. Then you can send your .SYX file to the JV with
  41.  
  42. > copy name.SYX ser:
  43.  
  44.  
  45. USING DOPUS
  46. ===========
  47. It is also possible to hookup GetPatch and GetPerformance to Directory
  48. Opus, then you can get a patch with a simple mouse-click. You can also
  49. set  the  double-click  action  of  a ".SYX" file to copy that file to
  50. "SER:".  Don't  forget to set the serial preferences to midi params if
  51. you do this!
  52.  
  53. DISTRIBUTION
  54. ============
  55. These  utilities are freeware, you can distribute them freely, as long
  56. as you spread this doc-file with them.
  57.  
  58.  
  59. NOTE:
  60. =====
  61. Sometimes  when  you  use  getperformance  or getpatch, you will get a
  62. message "checksum error .....". I have not found a way to prevent this
  63. from  happening.  As  far  as  I know the error must be in the JV-80's
  64. software.... (it actually sends a message with a checksumerror in it).
  65.  
  66. #include "std_disclaimer.h"
  67.  
  68. Boudewijn Pelt
  69. van Uvenweg 45b,
  70. 6708 AE Wageningen
  71. The Netherlands
  72.  
  73. email: pelt@rcl.wau.nl
  74.